home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
DefineButton2_333
/
BUTTONCONDACTION on(press, keyPress Space).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
224 b
|
12 lines
on(press, keyPress "<Space>"){
if(_root.even7 > 9 && _root.even36 == 3)
{
if(_root.even7 == 10)
{
_root.TUTS.nextFrame();
_root.even7 = 11;
}
gotoAndStop(1);
}
}